import "../../components/floating-button-bar/FloatingButtonBar"; import { LitElement } from "lit"; export declare class FloatingButtonBarTemplateSandbox extends LitElement { static get styles(): import("lit").CSSResult; private get assignToMeAction(); private get backToTopAction(); private get groupActions(); render(): import("lit-html").TemplateResult<1>; } export declare const floatingButtonBarTemplate: import("lit-html").TemplateResult<1>;